| GraphicsFormats package for Buoy |
|
RawIcoExporter Class
A class to Export RawBitmap to a ICO format. The result can be written to a File or Bytes buffer.
Import: EinhugurGraphicsFormats.RawIco
Object
RawIcoExporter
class RawIcoExporter
Constructors
Properties
Gamma | Gamma value that was read from the image. |
shared Information | Shared function to get information about the file format. |
Methods
AddBitmap | Use this method when wanting to add more than one bitmap or size into the ICO file, adding them one by one and then call SaveBitmapsToFile or SaveBitmapsToBytes. |
SaveBitmapsToBytes | Saves one or more bitmaps to a single ICO formatted Bytes buffer. The bitmaps must have been previously added with the AddBitmap method. |
SaveBitmapsToFile | Saves one or more bitmaps to a single ICO formatted file. The bitmaps must have been previously added with the AddBitmap method. |
SaveToBytes | Saves a single bitmap to ICO formatted Bytes buffer. |
SaveToFile | Saves a single bitmap to a ICO file. |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 64 bitWindows ARM 64 bitLinux 64 bitLinux ARM 64 bit